home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / hsc.rdm < prev    next >
Text File  |  1996-05-20  |  2KB  |  55 lines

  1. Short:    HTML preprocessor (v0.9.7)
  2. Author:   Thomas Aglassinger (agi@sbox.tu-graz.ac.at)
  3. Uploader: Thomas Aglassinger (agi@sbox.tu-graz.ac.at)
  4. Version:  0.9.7
  5. Type:     text/hyper
  6.  
  7.  
  8. hsc ( v0.9.7,  15-May-1996 )
  9.  
  10.   This is a developer tool for HTML projects.
  11.  
  12.   It can be used on any HTML-file and creates a new HTML-file
  13.   as output. It's mainly intended to create and maintain larger
  14.   HTML-projects. As a CLI-only tool, it can be used with 'make'.
  15.  
  16.   hsc is *not* a tool to make HTML easier for beginners.
  17.  
  18.   It's a tool to make HTML a bit less painful and braindamaged
  19.   for people who already know how to work with it.
  20.  
  21.   Freeware, distributed under GNU GPL; Documentation in HTML.
  22.   ANSI-C source code included.
  23.  
  24. FEATURES
  25.  
  26.   o adds some special tags, for example
  27.     o include files (also sources)
  28.     o insert current time
  29.     o execute shell commands during conversion
  30.   o define macros
  31.   o conditional conversion (if/else)
  32.   o simple expressions can be passed as values to attributes
  33.     (like string concatenation, string comparison or import of
  34.     environment variables)
  35.   o for local links, checks if file/id exists
  36.   o maintains a project-file to check existence of id's over
  37.     all files processed
  38.   o supports absolute URIs (relative to root-directory of project)
  39.   o replaces special characters by its entities
  40.   o strips comments and specified tags
  41.   o strips tags with external reference (nonet-version)
  42.   o evaluates attributes for image size
  43.   o performs a (small) syntax- and structure check
  44.   o easy to extend syntax-definition format
  45.  
  46.  
  47. AVAILABILITY
  48.  
  49.   ftp://wuarchive.wustl.edu/pub/aminet/text/hyper/hsc.lha
  50.   http://www.giga.or.at/~agi/hsc/index.html
  51.  
  52. AUTHOR
  53.  
  54.   Thomas Aglassinger <agi@giga.or.at>
  55.